home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / 000263_blitz-list-request_Wed Aug 31 13:33:31 1994.msg < prev    next >
Internet Message Format  |  1994-09-20  |  2KB

  1. Received: from anubis.kbfi.ee (anubis.kbfi.ee [192.121.251.14]) by kantti.helsinki.fi (8.6.9/8.6.5) with SMTP id NAA22999 for <blitz-list@helsinki.fi>; Wed, 31 Aug 1994 13:33:05 +0300
  2. Received: from microlnk.ml.ee by anubis.kbfi.ee with smtp
  3.     (Smail3.1.28.1 #4) id m0qfmyU-0002woC; Wed, 31 Aug 94 13:33 EETDST
  4. Received: from ML4/SpoolDir by microlnk.ml.ee (Mercury 1.12);
  5.     Wed, 31 Aug 94 13:35:33 +0200
  6. Received: from SpoolDir by ML4 (Mercury 1.12); Wed, 31 Aug 94 13:35:32 +0200
  7. From: "Ott M. Aaloe" <OTT@microlnk.ml.ee>
  8. Organization:  MicroLink Ltd.
  9. To: blitz-list@helsinki.fi
  10. Date:          Wed, 31 Aug 1994 13:35:28 +0300 (EETDST)
  11. Subject:       Re: Mem Fragmentation - half solved
  12. Priority: normal
  13. X-mailer: Pegasus Mail v3.2 (R0)
  14. Message-ID: <8BA4F8626C@microlnk.ml.ee>
  15. MIME-Version: 1.0
  16. Content-Type: text/plain; charset="us-ascii"
  17. Content-Transfer-Encoding: 7bit
  18. X-Status: 
  19. Status: O
  20.  
  21. > wo how about starting a new line once in a while ott! Anyway, the bitmap 
  22. > structure for blitz is just the object size, there is a pointer in this 
  23. > object that point to chipmem, be it a screensbitmap your bitmap or a 
  24. > cludged bitmap. cludgebitmap does not allocate ANY memory, instead uses 
  25. > withwords*height*bitplanes amount of the memory you supplied
  26.  
  27. So if need to cludge bitmap I do next??
  28.  
  29. 1. Alooc chip
  30. 2. Load pure bitmpadata into it
  31. 3. Cludge bitmap #, addr,x,y etc.
  32.  
  33. Now I should have bitmap obkect created by cludgebitmap. Am I right?
  34.  
  35.  
  36. > v1.9 contains decode commands that allow you to incbin sound, shapes etc 
  37. > into your program and then decode them, although these commands are 
  38. > accessible in RILibs and Elmore's include library I have decided to 
  39. > internalise them so that memory usage is both tight and tidy (minimum 
  40. > requirements and least amount of fragmenting), hmmm, 
  41.  
  42. Next question is where can I get V1.9 ;)???
  43.  
  44.                 O.T.T. (ott@microlnk.ml.ee)
  45.